home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 January
/
macformat46.iso
/
Shareware Plus
/
Applications
/
Charting Coach
/
Charting Coach V2.0sw
/
Charting Coach V2.DXR
/
00275.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-10-13
|
260 b
|
19 lines
on enterFrame
if rollOver(3) then
go("Monthrel 1")
end if
if rollOver(4) then
go("Monthrel 2")
end if
if rollOver(5) then
go("Monthrel 3")
end if
if rollOver(6) then
go("Monthrel 4")
end if
end
on exitFrame
go(the frame)
end